Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bigskysoftware/htmx
/ clearWorkArea
Function
clearWorkArea
test/util/util.js:45–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
function
clearWorkArea() {
46
var
workArea = getWorkArea()
47
if
(workArea) workArea.innerHTML =
''
48
}
49
50
function
removeWhiteSpace(str) {
51
return
str.replace(/\s/g,
''
)
Callers
15
extension-swap.js
File · 0.50
shadowdom.js
File · 0.50
internals.js
File · 0.50
headers.js
File · 0.50
class-cleanup.js
File · 0.50
ajax.js
File · 0.50
validation.js
File · 0.50
api.js
File · 0.50
perf.js
File · 0.50
verbs.js
File · 0.50
regressions.js
File · 0.50
security.js
File · 0.50
Calls
1
getWorkArea
Function · 0.70
Tested by
no test coverage detected