MCPcopy 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

HandleIpcMessagesFunction · 0.80
removeFileFunction · 0.80

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected