Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
indexPublic
Method · 0.80
indexPublicMin
Method · 0.80
Calls
1
removeValue
Method · 0.95
Tested by
no test coverage detected