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

Method IsSetJSON

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

Source from the content-addressed store, hash-verified

1039}
1040
1041func (p *ExamplePostForm) IsSetJSON() bool {
1042 return p.JSON != nil
1043}
1044
1045func (p *ExamplePostForm) String() string {
1046 if p == nil {

Callers 1

GetJSONMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected