| 71 | } |
| 72 | |
| 73 | unsigned int CScriptBuilder::GetSectionCount() const |
| 74 | { |
| 75 | return (unsigned int)(includedScripts.size()); |
| 76 | } |
| 77 | |
| 78 | string CScriptBuilder::GetSectionName(unsigned int idx) const |
| 79 | { |
nothing calls this directly
no outgoing calls
no test coverage detected