MCPcopy
hub / github.com/codeaashu/claude-code / init

Function init

src/commands/resume/resume.tsx:124–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }, [onDone]);
123 React.useEffect(() => {
124 async function init() {
125 const paths_0 = await getWorktreePaths(getOriginalCwd());
126 setWorktreePaths(paths_0);
127 void loadLogs(false, paths_0);
128 }
129 void init();
130 }, [loadLogs]);
131 const handleToggleAllProjects = React.useCallback(() => {

Callers 3

runFunction · 0.85
ResumeCommandFunction · 0.85
testInitFunction · 0.85

Calls 2

getWorktreePathsFunction · 0.85
getOriginalCwdFunction · 0.85

Tested by

no test coverage detected