MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / FindCodeCompeleteTag

Method FindCodeCompeleteTag

pkg/funclet/code/manager.go:38–38  ·  view source on GitHub ↗
(path, codeSha256 string)

Source from the content-addressed store, hash-verified

36 FetchCode(ctx *context.Context, code *api.CodeStorage) (string, error)
37 CheckCode(ctx *context.Context, filename, codeSha256 string) bool
38 FindCodeCompeleteTag(path, codeSha256 string) bool
39 CreateCodeCompeleteTag(path, codeSha256 string) error
40 RemoveCodeCompeleteTag(path, codeSha256 string) error
41 FindCode(path, codeSha256 string) bool

Callers 1

prepareUserCodeMethod · 0.65

Implementers 1

Managerpkg/funclet/code/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected