MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / isLocalSolution

Function isLocalSolution

modules/code-generator/src/cli/run.ts:130–132  ·  view source on GitHub ↗
(solution: string)

Source from the content-addressed store, hash-verified

128}
129
130function isLocalSolution(solution: string) {
131 return solution.startsWith('.') || solution.startsWith('/') || solution.startsWith('~');
132}
133
134async function loadSchemaFile(schemaFile: string): Promise<IPublicTypeProjectSchema> {
135 if (!schemaFile) {

Callers 1

getProjectBuilderFactoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…