File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 225225 :status :error }])
226226 (create-db full-graph-name opts)))))
227227
228- (defn fix-broken-graph!
229- [graph]
230- (state/<invoke-db-worker :thread-api/fix-broken-graph graph))
231-
232228(defn gc-graph!
233229 [graph]
234230 (p/do!
Original file line number Diff line number Diff line change 609609 :inactive (not (util/electron? ))
610610 :fn commit/show-commit-modal!}
611611
612- :dev/fix-broken-graph {:binding []
613- :db-graph? true
614- :fn #(repo-handler/fix-broken-graph! (state/get-current-repo ))}
615-
616612 :dev/gc-graph {:binding []
617613 :inactive (not (state/developer-mode? ))
618614 :fn #(repo-handler/gc-graph! (state/get-current-repo ))}
896892 :dev/show-page-ast
897893 :dev/replace-graph-with-db-file
898894 :dev/validate-db
899- :dev/fix-broken-graph
900895 :dev/gc-graph
901896 :dev/rtc-stop
902897 :dev/rtc-start
10961091 :dev/show-page-ast
10971092 :dev/replace-graph-with-db-file
10981093 :dev/validate-db
1099- :dev/fix-broken-graph
11001094 :dev/gc-graph
11011095 :dev/rtc-stop
11021096 :dev/rtc-start
Original file line number Diff line number Diff line change 621621 :command.command-palette/toggle " Suchbefehle"
622622 :command.command/run " Git-Befehl ausführen"
623623 :command.command/toggle-favorite " Zu Favoriten hinzufügen/entfernen"
624- :command.dev/fix-broken-graph " Defekten Graph reparieren"
625624 :command.dev/gc-graph " (Dev) Graph bereinigen (ungenutzte Daten in SQLite entfernen)"
626625 :command.dev/replace-graph-with-db-file " (Dev) Graph mit db.sqlite-Datei ersetzen"
627626 :command.dev/rtc-start " (Dev) RTC starten"
Original file line number Diff line number Diff line change 795795 :dev/show-page-ast " (Dev) Show page AST"
796796 :dev/replace-graph-with-db-file " (Dev) Replace graph with its db.sqlite file"
797797 :dev/validate-db " (Dev) Validate current graph"
798- :dev/fix-broken-graph " Fix current broken graph"
799798 :dev/gc-graph " (Dev) Garbage collect graph (remove unused data in SQLite)"
800799 :dev/rtc-stop " (Dev) RTC Stop"
801800 :dev/rtc-start " (Dev) RTC Start"
You can’t perform that action at this time.
0 commit comments