()
| 1152 | } |
| 1153 | |
| 1154 | func (c *ModelConfig) ShouldCallSpecificFunction() bool { |
| 1155 | return len(c.functionCallNameString) > 0 |
| 1156 | } |
| 1157 | |
| 1158 | // MMProjFileName returns the filename of the MMProj file |
| 1159 | // If the MMProj is a URL, it will return the MD5 of the URL which is the filename |
no outgoing calls
no test coverage detected