MCPcopy Index your code
hub / github.com/larksuite/cli / PUT

Method PUT

internal/cmdutil/dryrun.go:53–56  ·  view source on GitHub ↗
(url string)

Source from the content-addressed store, hash-verified

51}
52
53func (d *DryRunAPI) PUT(url string) *DryRunAPI {
54 d.calls = append(d.calls, DryRunAPICall{Method: "PUT", URL: url})
55 return d
56}
57
58func (d *DryRunAPI) DELETE(url string) *DryRunAPI {
59 d.calls = append(d.calls, DryRunAPICall{Method: "DELETE", URL: url})

Callers 15

PrintDryRunWithFileFunction · 0.95
PrintDryRunFunction · 0.95
minutes_summary.goFile · 0.80
im_chat_update.goFile · 0.80
okr_weight.goFile · 0.80
okr_reorder.goFile · 0.80
dryRunFieldUpdateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected