Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VemtoOrg/vemto2
/ setFileContent
Method
setFileContent
src/php/apps/php-merger/classes/CodeReader.php:36–39 ·
view source on GitHub ↗
(string $fileContent)
Source
from the content-addressed store, hash-verified
34
}
35
36
public function setFileContent(string $fileContent)
37
{
38
$this->fileContent = $fileContent;
39
}
40
41
public function enterNode(Node $node)
42
{
Callers
1
index.php
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected