(type: TypeRef)
| 59 | } |
| 60 | |
| 61 | identifier(type: TypeRef): string { |
| 62 | return `<span class="identifier">${type.name}</span>`; |
| 63 | } |
| 64 | |
| 65 | parameter(arg: InputValue): string { |
| 66 | return `<span class="variable parameter">${arg.name}</span>`; |
no outgoing calls
no test coverage detected