MCPcopy Create free account
hub / github.com/dagger/dagger / entryKey

Function entryKey

util/lockfile/lockfile.go:345–351  ·  view source on GitHub ↗
(namespace, operation, inputsJSON string)

Source from the content-addressed store, hash-verified

343}
344
345func entryKey(namespace, operation, inputsJSON string) tupleKey {
346 return tupleKey{
347 namespace: namespace,
348 operation: operation,
349 inputsJSON: inputsJSON,
350 }
351}
352
353func (l *Lockfile) sortedEntries() []lockEntry {
354 entries := make([]lockEntry, 0, len(l.entries))

Callers 4

ParseFunction · 0.85
GetMethod · 0.85
SetMethod · 0.85
DeleteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected