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

Function xcodeImportPrelude

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

Source from the content-addressed store, hash-verified

1029}
1030
1031function xcodeImportPrelude(moduleName) {
1032 if (!moduleName) {
1033 return "";
1034 }
1035 return `#if DEBUG
1036@testable import ${moduleName}
1037#else
1038import ${moduleName}
1039#endif
1040
1041`;
1042}
1043
1044function testableImportPrelude(moduleName) {
1045 if (!moduleName) {

Callers 2

sanitizePreviewSourceFunction · 0.85
payloadWrapperSourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected