Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/docs
/ post
Function
post
tests/helpers/e2etest.js:57–59 ·
view source on GitHub ↗
(route, opts)
Source
from the content-addressed store, hash-verified
55
}
56
57
export
function
post(route, opts) {
58
return
get(route, Object.assign({}, opts, { method:
'post'
}))
59
}
60
61
const
getDOMCache =
new
Map()
62
Callers
2
checkEvent
Function · 0.90
server.js
File · 0.90
Calls
1
get
Function · 0.85
Tested by
no test coverage detected