MCPcopy Create free account
hub / github.com/mesop-dev/mesop / createSourceCodeLocation

Function createSourceCodeLocation

mesop/web/src/utils/diff_component_spec.ts:35–41  ·  view source on GitHub ↗
(module: string)

Source from the content-addressed store, hash-verified

33}
34
35function createSourceCodeLocation(module: string) {
36 const sourceCodeLocation = new SourceCodeLocation();
37 sourceCodeLocation.setModule(module);
38 sourceCodeLocation.setLine(1);
39 sourceCodeLocation.setCol(2);
40 return sourceCodeLocation;
41}
42
43function createDefaultComponent() {
44 const c = new Component();

Callers 2

createDefaultComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected