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

Method SetUserData

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

Source from the content-addressed store, hash-verified

321}
322
323func (d *NapiGoInstanceData) SetUserData(userData any) {
324 d.UserData = userData
325}
326
327func (d *NapiGoInstanceData) GetCallbackData() CallbackDataProvider {
328 return &d.CallbackData

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected