MCPcopy Index your code
hub / github.com/NativeScript/nativescript-angular / log

Method log

tests/app/base.component.ts:19–21  ·  view source on GitHub ↗
(method: string)

Source from the content-addressed store, hash-verified

17 }
18
19 private log(method: string) {
20 this.hooksLog.next([...this.hooksLog.value, this.name + "." + method]);
21 }
22}

Callers 15

ngOnInitMethod · 0.95
ngOnDestroyMethod · 0.95
onLoadedHandlerFunction · 0.45
onTapMethod · 0.45
onDoubleTapMethod · 0.45
onLongPressMethod · 0.45
onSwipeMethod · 0.45
onPanMethod · 0.45
onPinchMethod · 0.45
onRotateMethod · 0.45
onTouchMethod · 0.45
modal-dialog.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected