Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3294746
ArcanistFilesystemWorkingCopy.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
667 B
Referenced Files
None
Subscribers
None
ArcanistFilesystemWorkingCopy.php
View Options
<?php
final
class
ArcanistFilesystemWorkingCopy
extends
ArcanistWorkingCopy
{
public
function
getMetadataDirectory
(
)
{
return
null
;
}
protected
function
newWorkingCopyFromDirectories
(
$working_directory
,
$ancestor_directory
)
{
return
null
;
}
protected
function
newRepositoryAPI
(
)
{
return
new
ArcanistFilesystemAPI
(
$this
->
getPath
(
)
)
;
}
public
function
getProjectConfigurationFilePath
(
)
{
// We don't support project-level configuration for "filesytem" working
// copies because scattering random ".arcconfig" files around the
// filesystem and having them affect program behavior is silly.
return
null
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Mar 26, 22:34 (1 w, 21 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113345
Default Alt Text
ArcanistFilesystemWorkingCopy.php (667 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment