Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ create
Method
create
src/engine/QuickAddEngine.test.ts:50–52 ·
view source on GitHub ↗
(path: string, content: string)
Source
from the content-addressed store, hash-verified
48
}
49
50
public create(path: string, content: string) {
51
return
this.createFileWithInput(path, content);
52
}
53
54
public run(): void {}
55
}
Callers
12
deepCloneFallback
Function · 0.80
testCreateFileWithTemplate
Method · 0.80
createFile
Function · 0.80
testCreateFileWithTemplate
Method · 0.80
QuickAddEngine.test.ts
File · 0.80
fileLike
Function · 0.80
fileLike
Function · 0.80
mdFile
Function · 0.80
createVaultTools
Function · 0.80
FileIndex.test.ts
File · 0.80
zettelizer.js
File · 0.80
start
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected