MCPcopy Create free account
hub / github.com/akshayganeshen/napi-go / SetUserData

Method SetUserData

instance_data.go:84–84  ·  view source on GitHub ↗
(userData any)

Source from the content-addressed store, hash-verified

82type InstanceDataProvider interface {
83 GetUserData() any
84 SetUserData(userData any)
85
86 GetCallbackData() CallbackDataProvider
87 GetAsyncWorkData() AsyncWorkDataProvider

Callers 1

SetInstanceDataFunction · 0.65

Implementers 1

NapiGoInstanceDatainstance_data.go

Calls

no outgoing calls

Tested by

no test coverage detected