MCPcopy Index your code
hub / github.com/coder/coder / writeFileName

Method writeFileName

site/src/utils/tar.ts:254–257  ·  view source on GitHub ↗
(name: string, offset: number)

Source from the content-addressed store, hash-verified

252 }
253
254 private writeFileName(name: string, offset: number) {
255 // offset: 0
256 this.writeString(name, offset, 100);
257 }
258
259 private writeFileType(type: TarFileType, offset: number) {
260 // offset: 156

Callers 1

writeMethod · 0.95

Calls 1

writeStringMethod · 0.95

Tested by

no test coverage detected