(path, codeSha256 string)
| 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 |
no outgoing calls
no test coverage detected