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

Method #headerGroup

toml/stringify.ts:177–179  ·  view source on GitHub ↗
(keys: string[])

Source from the content-addressed store, hash-verified

175 return `[${joinKeys(keys)}]`;
176 }
177 #headerGroup(keys: string[]): string {
178 return `[[${joinKeys(keys)}]]`;
179 }
180 #declaration(keys: string[]): string {
181 const title = joinKeys(keys);
182 if (title.length > this.maxPad) {

Callers 1

#printObjectMethod · 0.95

Calls 1

joinKeysFunction · 0.85

Tested by

no test coverage detected