| 74 | type NapiGoInstanceAsyncWorkMap map[NapiGoAsyncWorkID]*NapiGoAsyncWorkMapEntry |
| 75 | |
| 76 | type NapiGoAsyncWorkMapEntry struct { |
| 77 | Execute AsyncExecuteCallback |
| 78 | Complete AsyncCompleteCallback |
| 79 | ID NapiGoAsyncWorkID |
| 80 | } |
| 81 | |
| 82 | type InstanceDataProvider interface { |
| 83 | GetUserData() any |
nothing calls this directly
no outgoing calls
no test coverage detected