Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/JoelOtter/kajero
/ getDate
Function
getDate
src/js/markdown.js:83–88 ·
view source on GitHub ↗
(attributes)
Source
from the content-addressed store, hash-verified
81
}
82
83
function
getDate(attributes) {
84
if
(attributes.created) {
85
return
new
Date(Date.parse(attributes.created));
86
}
87
return
undefined;
88
}
89
90
export
function
parse(md) {
91
// Separate front-matter and body
Callers
1
parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected