(name, type)
| 740 | } |
| 741 | |
| 742 | setCodeType(name, type) { |
| 743 | this.codeTypes_[name] = TickProcessor.CodeTypes[type]; |
| 744 | } |
| 745 | |
| 746 | isSharedLibrary(name) { |
| 747 | return this.codeTypes_[name] == TickProcessor.CodeTypes.SHARED_LIB; |
no outgoing calls
no test coverage detected