MCPcopy
hub / github.com/davyxu/tabtoy / MatchTag

Method MatchTag

v2/model/filedesc.go:11–19  ·  view source on GitHub ↗
(tag string)

Source from the content-addressed store, hash-verified

9}
10
11func (self *FileDescriptor) MatchTag(tag string) bool {
12
13 if !self.Pragma.ContainKey("OutputTag") {
14 return true
15 }
16
17 return self.Pragma.ContainValue("OutputTag", tag)
18
19}
20
21// 取行类型的结构
22func (self *FileDescriptor) RowDescriptor() *Descriptor {

Callers 11

collectIndexInfoFunction · 0.80
collectAllStructInfoFunction · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
genLuaIndexCodeFunction · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected