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

Method getInstance

packages/core/ui/split-view/index.ios.ts:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107export class SplitView extends SplitViewBase {
108 static instance: SplitView;
109 static getInstance(): SplitViewBase | null {
110 return SplitView.instance;
111 }
112
113 public viewController: UISplitViewController;
114 private _delegate: UISplitViewControllerDelegateImpl;

Callers 15

startMethod · 0.45
stopMethod · 0.45
handleFrameMethod · 0.45
getNativeAppFunction · 0.45
initImageCacheFunction · 0.45
_setTappableStateMethod · 0.45
initNativeViewMethod · 0.45
initNativeViewMethod · 0.45
digestMethod · 0.45
generateKeyHMACMethod · 0.45
signHMACMethod · 0.45
verifyHMACMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected