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

Method FindCode

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

Source from the content-addressed store, hash-verified

39 CreateCodeCompeleteTag(path, codeSha256 string) error
40 RemoveCodeCompeleteTag(path, codeSha256 string) error
41 FindCode(path, codeSha256 string) bool
42 UnzipCode(ctx *context.Context, filename, target string) error
43}
44

Callers 1

prepareUserCodeMethod · 0.65

Implementers 1

Managerpkg/funclet/code/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected