MCPcopy
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
57export function post(route, opts) {
58 return get(route, Object.assign({}, opts, { method: 'post' }))
59}
60
61const getDOMCache = new Map()
62

Callers 2

checkEventFunction · 0.90
server.jsFile · 0.90

Calls 1

getFunction · 0.85

Tested by

no test coverage detected