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

Function isLarkCode

events/vc/note_generated.go:149–154  ·  view source on GitHub ↗
(err error, code int)

Source from the content-addressed store, hash-verified

147}
148
149func isLarkCode(err error, code int) bool {
150 if p, ok := errs.ProblemOf(err); ok {
151 return p.Code == code
152 }
153 return false
154}

Calls 1

ProblemOfFunction · 0.92

Tested by 1