GetUserCodePath
(codeSha256 string)
| 175 | |
| 176 | // GetUserCodePath |
| 177 | func (f *Funclet) GetUserCodePath(codeSha256 string) string { |
| 178 | return filepath.Join(f.Options.CachePath, codeSha256) |
| 179 | } |
| 180 | |
| 181 | func (f *Funclet) prepareUserCode(ctx *funcletCtx.Context, code *api.CodeStorage, codeSha256, hexCodeSha256 string) (string, error) { |
| 182 | destination := f.GetUserCodePath(hexCodeSha256) |
no outgoing calls
no test coverage detected