MCPcopy Create free account
hub / github.com/openai/plugins / countIndent

Function countIndent

plugins/plugin-eval/src/lib/frontmatter.js:1–3  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

1function countIndent(line) {
2 return line.length - line.trimStart().length;
3}
4
5function parseScalar(rawValue) {
6 const value = rawValue.trim();

Callers 2

parseBlockScalarFunction · 0.85
parseBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected