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

Method createTokenKey

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

Creates the key for the cache entry.

(String id, String secret)

Source from the content-addressed store, hash-verified

99 * Creates the key for the cache entry.
100 */
101 protected static String createTokenKey(String id, String secret)
102 {
103 return id + "#" + secret;
104 }
105
106 /**
107 *

Callers 2

createTokenMethod · 0.95
addPatchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected