Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinode/chat
/ GetMimeType
Method
GetMimeType
pbx/model.pb.go:4110–4115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4108
}
4109
4110
func
(x *FileMeta) GetMimeType() string {
4111
if
x != nil {
4112
return
x.MimeType
4113
}
4114
return
""
4115
}
4116
4117
func
(x *FileMeta) GetEtag() string {
4118
if
x != nil {
Callers
1
LargeFileReceive
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected