Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ writeFileGroup
Method
writeFileGroup
site/src/utils/tar.ts:296–299 ·
view source on GitHub ↗
(group: string, offset: number)
Source
from the content-addressed store, hash-verified
294
}
295
296
private writeFileGroup(group: string, offset: number) {
297
// offset: 297
298
this.writeString(group, offset + 297, 32);
299
}
300
301
private writeChecksum(offset: number) {
302
// offset: 148
Callers
1
fillHeader
Method · 0.95
Calls
1
writeString
Method · 0.95
Tested by
no test coverage detected