MCPcopy Create free account
hub / github.com/Fiddle-Digital/string-scroll /

Class

src/StringParse.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4export class StringParse {
5 private static i: StringParse;
6 public static getInstance(): StringParse {
7 if (!StringParse.i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected