Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ logFileCreated
Function
logFileCreated
tools/scripts/generate-tns-compat.ts:103–105 ·
view source on GitHub ↗
(file: string)
Source
from the content-addressed store, hash-verified
101
}
102
103
function
logFileCreated(file: string) {
104
console.log(`CREATED: ${file}`);
105
}
106
107
function
addTestImport(moduleName: string) {
108
testImports.push(moduleName);
Callers
2
processPackageJsonFile
Function · 0.85
createReExportFile
Function · 0.85
Calls
1
log
Method · 0.45
Tested by
no test coverage detected