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

Method removePasswordForShare

lib/DataSession.php:71–74  ·  view source on GitHub ↗
(string $token)

Source from the content-addressed store, hash-verified

69 }
70
71 public function removePasswordForShare(string $token): void
72 {
73 $this->removeValue('data-password', $token);
74 }
75
76 protected function removeValue(string $key, string $token): void
77 {

Callers 2

indexPublicMethod · 0.80
indexPublicMinMethod · 0.80

Calls 1

removeValueMethod · 0.95

Tested by

no test coverage detected