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

Method observable

packages/test/src/context.ts:57–59  ·  view source on GitHub ↗
(marbles: string, values?: MarbleValues<T>, error?: unknown)

Source from the content-addressed store, hash-verified

55 }
56
57 observable<T = string>(marbles: string, values?: MarbleValues<T>, error?: unknown): TestPlatformObservable<T> {
58 return createPlatformTestObservable(this.controller, parseMarbles(marbles, values, error));
59 }
60
61 time(marbles: string): number {
62 return parseTimeMarbles(marbles);

Callers

nothing calls this directly

Calls 2

parseMarblesFunction · 0.85

Tested by

no test coverage detected