(raw string)
| 58 | } |
| 59 | |
| 60 | func parseOptionalMemoryScope(raw string) (memcontract.Scope, error) { |
| 61 | return core.ParseOptionalMemoryScope(raw) |
| 62 | } |
| 63 | |
| 64 | func resolveMemoryWorkspace(raw string) (string, error) { |
| 65 | return core.ResolveMemoryWorkspace(raw) |
no test coverage detected