MCPcopy Index your code
hub / github.com/jgraph/drawio / createLastVersionKey

Method createLastVersionKey

src/main/java/com/mxgraph/online/AbsCache.java:93–96  ·  view source on GitHub ↗

Creates the key for the cache entry.

(String id, String version)

Source from the content-addressed store, hash-verified

91 * Creates the key for the cache entry.
92 */
93 protected static String createLastVersionKey(String id, String version)
94 {
95 return id + "@" + version;
96 }
97
98 /**
99 * Creates the key for the cache entry.

Callers 2

checkPatchMethod · 0.95
addPatchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected