Method: Oxidized::Output::Git.hash_list
- Defined in:
- lib/oxidized/output/git.rb
.hash_list(node_path, repo_path) ⇒ Object
Return the list of oids for node_path in the repository repo_path
131 132 133 134 |
# File 'lib/oxidized/output/git.rb', line 131 def self.hash_list(node_path, repo_path) update_cache(repo_path) @gitcache[repo_path][:nodes][node_path] || [] end |