Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ __init__
Method
__init__
tools/build.py:20–21 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
18
19
class
BuildInfo:
20
def
__init__(self):
21
self.files = set()
22
23
def
include(self, path):
24
matching_files = file_utils.search_glob(path, recursive=True)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected