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

Function skipBlockComment

scripts/experimental/swiftui-preview.mjs:1113–1116  ·  view source on GitHub ↗
(source, start)

Source from the content-addressed store, hash-verified

1111}
1112
1113function skipBlockComment(source, start) {
1114 const next = source.indexOf("*/", start + 2);
1115 return next < 0 ? source.length - 1 : next + 1;
1116}
1117
1118function watchFiles(files, callback) {
1119 let timer = null;

Callers 1

readBalancedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected