Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Squirrel/Squirrel.Windows
/ From
Method
From
test/TestHelpers/ExposedObject.cs:55–58 ·
view source on GitHub ↗
(object obj)
Source
from the content-addressed store, hash-verified
53
}
54
55
public static dynamic From(object obj)
56
{
57
return new ExposedObject(obj);
58
}
59
60
public static T Cast<T>(ExposedObject t)
61
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected