Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
function
countIndent(line) {
2
return
line.length - line.trimStart().length;
3
}
4
5
function
parseScalar(rawValue) {
6
const
value = rawValue.trim();
Callers
2
parseBlockScalar
Function · 0.85
parseBlock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected