MCPcopy Create free account
hub / github.com/GooGee/Entity-Builder / getFileFullNameInCode

Function getFileFullNameInCode

src/Model/FileManager.ts:20–22  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

18}
19
20export function getFileFullNameInCode(name: string) {
21 return Constant.Folder + "/code" + APP_VERSION_NUMBER + '/' + name
22}

Callers 4

FactoryFunction · 0.90
FileItemFunction · 0.90
ValidationFunction · 0.90
FilePropertyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected