MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / GetHeader

Method GetHeader

testdata/kitex_gen/example3/example3.go:633–638  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

631var ExampleJSONString_Header_DEFAULT *JSONObject
632
633func (p *ExampleJSONString) GetHeader() (v *JSONObject) {
634 if !p.IsSetHeader() {
635 return ExampleJSONString_Header_DEFAULT
636 }
637 return p.Header
638}
639
640func (p *ExampleJSONString) GetHeader2() (v map[int32]string) {
641 return p.Header2

Callers

nothing calls this directly

Calls 1

IsSetHeaderMethod · 0.95

Tested by

no test coverage detected