Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ readFileUser
Method
readFileUser
site/src/utils/tar.ts:125–127 ·
view source on GitHub ↗
(offset: number)
Source
from the content-addressed store, hash-verified
123
}
124
125
private readFileUser(offset: number) {
126
return
this.readString(offset + 265, 32);
127
}
128
129
private readFileGroup(offset: number) {
130
return
this.readString(offset + 297, 32);
Callers
1
readFileInfo
Method · 0.95
Calls
1
readString
Method · 0.95
Tested by
no test coverage detected