Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ constructor
Method
constructor
site/src/utils/tar.ts:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
private _buffer: ArrayBuffer | null = null;
45
46
constructor() {
47
this.reset();
48
}
49
50
get buffer() {
51
if
(!this._buffer) {
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected