MCPcopy 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
139func newFile() *file {
140 return &file{
141 Version: lockVersion,
142 Skills: make(map[string]entry),
143 }
144}
145
146var (
147 lockAttempts = 30

Callers 1

readFromFunction · 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…