MCPcopy
hub / github.com/danielgtaylor/huma / Post

Method Post

humatest/humatest.go:270–273  ·  view source on GitHub ↗
(path string, args ...any)

Source from the content-addressed store, hash-verified

268}
269
270func (a *testAPI) Post(path string, args ...any) *httptest.ResponseRecorder {
271 a.tb.Helper()
272 return a.PostCtx(context.Background(), path, args...)
273}
274
275func (a *testAPI) PostCtx(ctx context.Context, path string, args ...any) *httptest.ResponseRecorder {
276 a.tb.Helper()

Callers

nothing calls this directly

Calls 2

PostCtxMethod · 0.95
HelperMethod · 0.80

Tested by

no test coverage detected