MCPcopy Index your code
hub / github.com/NativeScript/capacitor / getNextId

Method getNextId

testing/browser.ts:360–362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

358 }
359
360 getNextId() {
361 return this._id++;
362 }
363
364 getProxy(parent: any, prop: any, proxyClass: any) {
365 if (parent && prop && parent[NS_PROXY_CHILDREN][prop]) {

Callers 1

getProxyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected