Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/resume/resume.github.com
/ d
Function
d
js/githubresume.js:9–9 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
7
a = /\+/g,
// Regex for replacing addition symbol with a space
8
r = /([^&=]+)=?([^&]*)/g,
9
d =
function
(s) {
return
decodeURIComponent(s.replace(a,
" "
)); },
10
q = window.location.search.substring(1);
11
12
while
(e = r.exec(q)) {
Callers
1
githubresume.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected