MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / connected

Method connected

test/nodejs/binding.ts:252–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 return true
251 }
252 connected(): maa.MaybePromise<boolean> {
253 console.log('on MyController.connected')
254 return true
255 }
256 request_uuid(): maa.MaybePromise<string | null> {
257 console.log('on MyController.request_uuid')
258 // this.count += 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected