Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Justineo/github-hovercard
/ setInstalling
Function
setInstalling
demo/src/demo.js:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
function
setInstalling() {
90
$installBtn.text(
'Installing...'
).prop(
'disabled'
, true);
91
}
92
93
function
reset(msg) {
94
$installBtn.text(
'Install'
).prop(
'disabled'
, false);
Callers
1
demo.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected