MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / testableImportPrelude

Function testableImportPrelude

scripts/experimental/swiftui-preview.mjs:1044–1051  ·  view source on GitHub ↗
(moduleName)

Source from the content-addressed store, hash-verified

1042}
1043
1044function testableImportPrelude(moduleName) {
1045 if (!moduleName) {
1046 return "";
1047 }
1048 return `@testable import ${moduleName}
1049
1050`;
1051}
1052
1053function readBalanced(source, start, open, close) {
1054 let depth = 0;

Callers 1

payloadWrapperSourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected