* @abstract
()
| 137 | * @abstract |
| 138 | */ |
| 139 | static setupFeatureChecks() { |
| 140 | throw new Error(`"setupFeatureChecks" not defined on ${ this.name }`); |
| 141 | } |
| 142 | |
| 143 | static getSignature(kernel, argumentTypes) { |
| 144 | return kernel.getVariablePrecisionString() + (argumentTypes.length > 0 ? ':' + argumentTypes.join(',') : ''); |
no outgoing calls
no test coverage detected