Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Maccoder3/MAC-MD
/ deleteFile
Function
deleteFile
lib/simple.js:125–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
...
type
,
124
data,
125
deleteFile() {
126
return
filename && fs.promises.unlink(filename)
127
},
128
}
129
},
130
enumerable: true,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected