MCPcopy Index your code
hub / github.com/nodejs/node / isCallTreeMode

Method isCallTreeMode

deps/v8/tools/profview/profview.js:751–760  ·  view source on GitHub ↗
(mode)

Source from the content-addressed store, hash-verified

749 }
750
751 static isCallTreeMode(mode) {
752 switch (mode) {
753 case "bottom-up":
754 case "top-down":
755 case "function-list":
756 return true;
757 default:
758 return false;
759 }
760 }
761
762 render(newState) {
763 let oldState = this.currentState;

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected