Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1041
func
(p *ExamplePostForm) IsSetJSON() bool {
1042
return
p.JSON != nil
1043
}
1044
1045
func
(p *ExamplePostForm) String() string {
1046
if
p == nil {
Callers
1
GetJSON
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected