Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brunosimon/keppler
/ createFile
Function
createFile
app/src/store/modules/files.js:27–33 ·
view source on GitHub ↗
(state, data)
Source
from the content-addressed store, hash-verified
25
},
26
27
createFile(state, data)
28
{
29
data.isNew = true
30
data.isChanged = false
31
data.isActive = false
32
state.tree.addFile(data.path.full, data)
33
},
34
35
deleteFile(state, data)
36
{
Callers
nothing calls this directly
Calls
1
addFile
Method · 0.80
Tested by
no test coverage detected