* Find a schema by name within a specification
(
specId: string,
schemaName: string
)
| 157 | * Find a schema by name within a specification |
| 158 | */ |
| 159 | findSchemaByName( |
| 160 | specId: string, |
| 161 | schemaName: string |
| 162 | ): Promise<LoadSchemaResult | null>; |
no outgoing calls
no test coverage detected