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

Method GetUserData

instance_data.go:319–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

317}
318
319func (d *NapiGoInstanceData) GetUserData() any {
320 return d.UserData
321}
322
323func (d *NapiGoInstanceData) SetUserData(userData any) {
324 d.UserData = userData

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected