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

Method isSharedLibrary

deps/v8/tools/tickprocessor.mjs:746–748  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

744 }
745
746 isSharedLibrary(name) {
747 return this.codeTypes_[name] == TickProcessor.CodeTypes.SHARED_LIB;
748 }
749
750 isCppCode(name) {
751 return this.codeTypes_[name] == TickProcessor.CodeTypes.CPP;

Callers 1

printStatisticsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected