Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/olton/metroui
/ _progress
Function
_progress
source/components/progress/progress.js:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
this.component = element.wrap(
"<div>"
).addClass(
"progress-component"
).addClass(o.clsProgress);
56
57
function
_progress() {
58
elem.innerHTML = `<div
class
=
"bar"
></div>`;
59
}
60
61
function
_buffer() {
62
elem.innerHTML = `
Callers
1
progress.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected