Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jaredly/hexo-admin
/ toText
Function
toText
client/config-dropper.js:10–12 ·
view source on GitHub ↗
(lst, map)
Source
from the content-addressed store, hash-verified
8
var
dateFormat =
'MMM D YYYY HH:mm'
9
10
function
toText(lst, map) {
11
return
lst.map((name) => map[name] || name)
12
}
13
14
function
addMetadata(state, metadata, post){
15
for
(
var
i=0; i<metadata.length; i++){
Callers
1
config-dropper.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected