MCPcopy Create free account
hub / github.com/denoland/std / #boolDeclaration

Method #boolDeclaration

toml/stringify.ts:206–208  ·  view source on GitHub ↗
(keys: string[], value: boolean)

Source from the content-addressed store, hash-verified

204 }
205 }
206 #boolDeclaration(keys: string[], value: boolean): string {
207 return `${this.#declaration(keys)}${value}`;
208 }
209 #printDate(value: Date): string {
210 function dtPad(v: string, lPad = 2): string {
211 return v.padStart(lPad, "0");

Callers 1

#printObjectMethod · 0.95

Calls 1

#declarationMethod · 0.95

Tested by

no test coverage detected