Parse a module metadata block
| 48 | |
| 49 | // Parse a module metadata block |
| 50 | Error parseModuleMetadata() { return parseMetadata(true); } |
| 51 | |
| 52 | // Parse a function metadata block |
| 53 | Error parseFunctionMetadata() { return parseMetadata(false); } |
no outgoing calls
no test coverage detected