MCPcopy Index your code
hub / github.com/hackmdio/codimd / get

Function get

public/js/extra.js:1488–1492  ·  view source on GitHub ↗
(state, line)

Source from the content-addressed store, hash-verified

1486
1487// yaml meta, from https://github.com/eugeneware/remarkable-meta
1488function get (state, line) {
1489 const pos = state.bMarks[line]
1490 const max = state.eMarks[line]
1491 return state.src.substr(pos, max - pos)
1492}
1493
1494function meta (state, start, end, silent) {
1495 if (start !== 0 || state.blkIndent !== 0) return false

Callers 4

metaFunction · 0.85
extractNoteIdFromSocketFunction · 0.85
isNoteOwnerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected