Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/StartBootstrap/startbootstrap-simple-sidebar
/ _renderAllPug
Function
_renderAllPug
scripts/sb-watch.js:77–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
function
_renderAllPug() {
78
console.log(
'### INFO: Rendering All'
);
79
_.each(allPugFiles, (value, filePath) => {
80
renderPug(filePath);
81
});
82
}
83
84
function
_handleSCSS() {
85
renderSCSS();
Callers
1
_handlePug
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected