Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ templateVersion.test.ts
File
templateVersion.test.ts
site/src/utils/templateVersion.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ TarReader, TarWriter } from
"./tar"
;
2
import
{ createTemplateVersionFileTree } from
"./templateVersion"
;
3
4
test(
"createTemplateVersionFileTree ignores empty path segments"
,
async
() => {
Callers
nothing calls this directly
Calls
6
createTemplateVersionFileTree
Function · 0.90
addFolder
Method · 0.80
addFile
Method · 0.80
readFile
Method · 0.80
test
Struct · 0.50
write
Method · 0.45
Tested by
no test coverage detected