Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
export
function
getFileFullNameInCode(name: string) {
21
return
Constant.Folder +
"/code"
+ APP_VERSION_NUMBER +
'/'
+ name
22
}
Callers
4
Factory
Function · 0.90
FileItem
Function · 0.90
Validation
Function · 0.90
FileProperty
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected