MCPcopy
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

8var dateFormat = 'MMM D YYYY HH:mm'
9
10function toText(lst, map) {
11 return lst.map((name) => map[name] || name)
12}
13
14function addMetadata(state, metadata, post){
15 for(var i=0; i<metadata.length; i++){

Callers 1

config-dropper.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected