MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / Repository

Interface Repository

tests/fixtures/sample.kt:30–34  ·  view source on GitHub ↗

Interface for all repositories. */

Source from the content-addressed store, hash-verified

28
29/** Interface for all repositories. */
30interface Repository<T> {
31 suspend fun findById(id: String): T?
32 suspend fun findAll(): List<T>
33 fun count(): Int
34}
35
36/** Annotation for marking cacheable methods. */
37@Target(AnnotationTarget.FUNCTION)

Callers 8

print_project_tableFunction · 0.80
truncate_displayFunction · 0.80
cwd_match_resolutionFunction · 0.80
handle_listFunction · 0.80
truncate_summary_excerptFunction · 0.80
one_line_truncatedFunction · 0.80
preview_titleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected