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

Method connect

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

Source from the content-addressed store, hash-verified

245 count = 0
246
247 connect(): maa.MaybePromise<boolean> {
248 console.log('on MyController.connect')
249 this.count += 1
250 return true
251 }
252 connected(): maa.MaybePromise<boolean> {
253 console.log('on MyController.connected')
254 return true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected