func() bindings.ExpressionType
| 20 | ) |
| 21 | |
| 22 | type TypeOverride func() bindings.ExpressionType |
| 23 | |
| 24 | // GoParser takes in Golang packages, and can convert them to the intermediate |
| 25 | // typescript representation. The intermediate representation is closely |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…