Skip to content

Commit

Permalink
Add GitAssetLoader>>asset{FS,}Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Dec 14, 2023
1 parent 1c2ab02 commit 119dd9a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
assetFSPaths
^ self mappers collect: #path
3 changes: 3 additions & 0 deletions src/Squot.package/GitAssetLoader.class/instance/assetPaths.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
assetPaths
^ self assetFSPaths collect: [:each | SquotPathUtilities asString: each]
3 changes: 3 additions & 0 deletions src/Squot.package/GitAssetLoader.class/instance/mappers.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
mappers
^ self workingCopy mappersOfKind: SquotAssetMapper
3 changes: 3 additions & 0 deletions src/Squot.package/GitAssetLoader.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"forWorkingCopy:" : "mad 10/19/2023 12:17" },
"instance" : {
"assetAt:" : "mad 10/19/2023 12:15",
"assetFSPaths" : "mad 12/14/2023 12:51",
"assetPaths" : "mad 12/14/2023 12:51",
"basePath" : "mad 10/19/2023 12:14",
"basePath:" : "mad 11/21/2023 14:29",
"initialize" : "mad 11/21/2023 15:06",
Expand All @@ -18,6 +20,7 @@
"loadPlaintext:" : "mad 12/8/2023 19:01",
"loadSound:" : "mad 10/19/2023 13:58",
"loadString:" : "mad 12/8/2023 19:02",
"mappers" : "mad 12/14/2023 12:50",
"nameToPath:" : "mad 11/21/2023 14:29",
"workingCopy" : "mad 10/19/2023 12:14",
"workingCopy:" : "mad 10/19/2023 12:14" } }

0 comments on commit 119dd9a

Please sign in to comment.