()
| 131 | } |
| 132 | |
| 133 | func (p *InfoCacheEntry) GetContents() *PackageJson { |
| 134 | if p == nil || p.Contents == nil { |
| 135 | return nil |
| 136 | } |
| 137 | return p.Contents |
| 138 | } |
| 139 | |
| 140 | func (p *InfoCacheEntry) GetDirectory() string { |
| 141 | if p == nil { |
no outgoing calls
no test coverage detected