MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / toString

Function toString

packages/core/ui/frame/fragment.android.ts:55–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 },
54
55 toString(): string {
56 const callbacks = this._callbacks;
57 if (callbacks) {
58 return callbacks.toStringOverride(this, superProto.toString);
59 } else {
60 superProto.toString();
61 }
62 },
63});
64
65export let fragmentClass: any;

Callers

nothing calls this directly

Calls 2

toStringOverrideMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected