Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VemtoOrg/vemto2
/ getRelativeFilePath
Method
getRelativeFilePath
src/common/models/RenderableFile.ts:106–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
}
105
106
getRelativeFilePath(): string {
107
return
PathUtil.join(this.path, this.name)
108
}
109
110
setAsNotRemovable() {
111
this.notRemovable = true
Callers
2
HandleIpcMessages
Function · 0.80
removeFile
Function · 0.80
Calls
1
join
Method · 0.80
Tested by
no test coverage detected