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

Method readFileGroup

site/src/utils/tar.ts:129–131  ·  view source on GitHub ↗
(offset: number)

Source from the content-addressed store, hash-verified

127 }
128
129 private readFileGroup(offset: number) {
130 return this.readString(offset + 297, 32);
131 }
132
133 private readFileType(offset: number) {
134 const typeView = new Uint8Array(this.buffer, offset + 156, 1);

Callers 1

readFileInfoMethod · 0.95

Calls 1

readStringMethod · 0.95

Tested by

no test coverage detected