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

Method #header

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

Source from the content-addressed store, hash-verified

172 );
173 }
174 #header(keys: string[]): string {
175 return `[${joinKeys(keys)}]`;
176 }
177 #headerGroup(keys: string[]): string {
178 return `[[${joinKeys(keys)}]]`;
179 }

Callers 1

#printObjectMethod · 0.95

Calls 1

joinKeysFunction · 0.85

Tested by

no test coverage detected