MCPcopy Create free account
hub / github.com/Rello/analytics / getValue

Method getValue

lib/DataSession.php:32–39  ·  view source on GitHub ↗
(string $key, string $token)

Source from the content-addressed store, hash-verified

30 }
31
32 protected function getValue(string $key, string $token): ?string
33 {
34 $values = $this->getValues($key);
35 if (!isset($values[$token])) {
36 return null;
37 }
38 return $values[$token];
39 }
40
41 protected function getValues(string $key): array
42 {

Callers 3

isShareAuthenticatedMethod · 0.95
removeLegacyPasswordMethod · 0.95
convertExcelDateMethod · 0.80

Calls 1

getValuesMethod · 0.95

Tested by

no test coverage detected