MCPcopy Create free account
hub / github.com/tinyplex/tinybase / strRepeat

Function strRepeat

src/common/strings.ts:105–105  ·  view source on GitHub ↗
(str: string, count: number)

Source from the content-addressed store, hash-verified

103export const id = (key: unknown): Id => EMPTY_STRING + key;
104
105export const strRepeat = (str: string, count: number) => str.repeat(count);
106
107export const strStartsWith = (str: string, prefix: string) =>
108 str.startsWith(prefix);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…