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

Function noKeyStartsWithDot

test/fixtures/snapshot/typescript.js:43923–43925  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

43921 }
43922 ts.allKeysStartWithDot = allKeysStartWithDot;
43923 function noKeyStartsWithDot(obj) {
43924 return !ts.some(ts.getOwnKeys(obj), function (k) { return ts.startsWith(k, "."); });
43925 }
43926 function loadModuleFromSelfNameReference(extensions, moduleName, directory, state, cache, redirectedReference) {
43927 var _a, _b;
43928 var useCaseSensitiveFileNames = typeof state.host.useCaseSensitiveFileNames === "function" ? state.host.useCaseSensitiveFileNames() : state.host.useCaseSensitiveFileNames;

Callers 1

loadModuleFromExportsFunction · 0.85

Calls 1

someMethod · 0.80

Tested by

no test coverage detected