Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ newFile
Function
newFile
internal/skills/lockfile/lockfile.go:139–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
137
}
138
139
func
newFile() *file {
140
return
&file{
141
Version: lockVersion,
142
Skills: make(
map
[string]entry),
143
}
144
}
145
146
var
(
147
lockAttempts = 30
Callers
1
readFrom
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…