()
| 317 | } |
| 318 | |
| 319 | func (d *NapiGoInstanceData) GetUserData() any { |
| 320 | return d.UserData |
| 321 | } |
| 322 | |
| 323 | func (d *NapiGoInstanceData) SetUserData(userData any) { |
| 324 | d.UserData = userData |
nothing calls this directly
no outgoing calls
no test coverage detected