Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101903817
DiffusionSvnContainsQuery.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Feb 14, 23:18
Size
218 B
Mime Type
text/x-php
Expires
Sun, Feb 16, 23:18 (2 d)
Engine
blob
Format
Raw Data
Handle
24160536
Attached To
rPH Phabricator
DiffusionSvnContainsQuery.php
View Options
<?php
final
class
DiffusionSvnContainsQuery
extends
DiffusionContainsQuery
{
protected
function
executeQuery
()
{
// NOTE: Subversion doesn't have branches, so we always return empty.
return
array
();
}
}
Event Timeline
Log In to Comment