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