Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/golang/appengine
/ GetLanguage
Method
GetLanguage
internal/search/search.pb.go:1174–1179 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1172
}
1173
1174
func
(m *Document) GetLanguage() string {
1175
if
m != nil && m.Language != nil {
1176
return
*m.Language
1177
}
1178
return
Default_Document_Language
1179
}
1180
1181
func
(m *Document) GetField() []*Field {
1182
if
m != nil {
Callers
1
protoToFields
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected