We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53805a5 + 15fdd59 commit 7159a31Copy full SHA for 7159a31
Sources/Leaf/Stem.swift
@@ -1,7 +1,7 @@
1
public final class Stem {
2
public let workingDirectory: String
3
+ public var cache: [String: Leaf]?
4
public fileprivate(set) var tags: [String: Tag] = defaultTags
- public fileprivate(set) var cache: [String: Leaf]?
5
6
public init(workingDirectory: String, cache: [String: Leaf]? = [:]) {
7
self.workingDirectory = workingDirectory.finished(with: "/")
0 commit comments