MCPcopy Create free account
hub / github.com/ReactiveX/rxjs / options

Function options

packages/migrate/src/node.spec.ts:129–138  ·  view source on GitHub ↗
(files: readonly string[])

Source from the content-addressed store, hash-verified

127 });
128
129 function options(files: readonly string[]) {
130 return {
131 files,
132 sourceRoot,
133 outputRoot,
134 sourceRepository: 'https://example.test/repository.git',
135 sourceSha: 'abc123',
136 mode: 'cold' as const,
137 };
138 }
139
140 async function writeSource(localPath: string): Promise<void> {
141 const path = join(sourceRoot, localPath);

Callers 1

node.spec.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected